Skip to content

docs(destinations): note snowflake/redshift table-location fields are required (ENG-4130) - #398

Open
RajatPawar wants to merge 1 commit into
mainfrom
rajatspawar/eng-4130-tighten-sink-required
Open

docs(destinations): note snowflake/redshift table-location fields are required (ENG-4130)#398
RajatPawar wants to merge 1 commit into
mainfrom
rajatspawar/eng-4130-tighten-sink-required

Conversation

@RajatPawar

Copy link
Copy Markdown
Contributor

Companion to server amp-labs/server#7090, client amp-labs/client#2269, docs amp-labs/docs#698.

Svix requires the target table location for the warehouse sinks (no transformation). The metadata is a shared object across all destination types so it can't carry a per-type required array, but the field descriptions now state the requiredness:

  • tableName: required for clickhouse, snowflake, redshift
  • dbName: required for snowflake, redshift
  • schemaName: required for snowflake, optional for redshift

Enforcement lives in the server validate tags (per type).

🤖 Generated with Claude Code

… required (ENG-4130)

The dbName/schemaName/tableName descriptions now state they're required for the
warehouse sinks that need a target table (no transformation), matching the server
validation. Descriptive only — enforcement is per-type on the server.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@linear

linear Bot commented Aug 19, 2026

Copy link
Copy Markdown

ENG-4130

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant